Esx Settings Clusters Software Reports LastCheckResult CheckStatus
Esx Settings Clusters Software Reports LastCheckResult CheckStatus
The Esx Settings Clusters Software Reports LastCheckResult CheckStatus schema contains properties that describe a check result.
This schema was added in vSphere API 7.0.0.0.
JSON Example
{
"check": {
"check": "string",
"name": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
},
"description": {
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
},
"status": "string",
"issues": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
check
Required
Information about this check.
This property was added in vSphere API 7.0.0.0.
string
status
Required
The status of this check.
For more information see: Esx Settings Clusters Software Reports LastCheckResult Status.
This property was added in vSphere API 7.0.0.0.
array of
Vapi Std LocalizableMessage
issues
Required
The issues encountered while running this check.
This property was added in vSphere API 7.0.0.0.